@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap');

* {
    font-family: poppins;
}

body {
    margin: 0;
    background-color: rgb(243, 237, 237);
}

.header-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: 10px;
    /* background-color: #0a4bac;
    background-color: #b30606; */
    background-color: #0032A1;
    color: white;
    padding: 0px 5px;
    align-items: center;
}

.logo {
    width: 38px;
    margin: 0%;
    padding: 8px;
}

.logo2 {
    width: 100px;
    height: 15px;
    /* background-color: #0a4bac; */
    border-radius: 2px;


}

.logo-name {
    font-weight: 600;
}

.American-airlines {
    display: flex;
    gap: 6px;
}

.nav-container {
    display: flex;
    gap: 10px;
    align-items: center;

}

.nav-icon i {
    /* border: white 1px solid; */
    padding: 8px;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    font-size: 13px;


}

.menu i {
    border: none;


}

.block {
    background-color: #0032A1;
    color: white;
    padding: 10px 10px;
    font-weight: bold;
    margin: 0px 10px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;




}



.Passenger-article {
    /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
    /* box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px; */
    /* box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px; */


}

.passenger-section-container {
    /* border: 1px solid rgba(0, 0, 0, 0.324); */
    margin: 0px 10px;
    /* box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px; */
    background-color: white;
    border-radius: 4px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;



}

.title {
    font-size: 8px;
    color: slategray;
    text-align: center;

}

.line {
    background-color: #0032A1;
    height: 1px;
    width: 20px;

}

.shadow-1 {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}



.passenger-section-children {
    padding: 10px 15px;
    font-size: 10px;
    /* color: #9a0606; */
    /* color: #323232; */
}

.passenger-section-children h2 {
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 0;
}

.passenger-name {
    font-size: 16px;
    font-weight: 600;
    margin-top: 0;
    color: #232222;
    color: #0032A1;
    text-align: center;
}

.bold {
    font-weight: 600;
    color: #0032A1;
}

.PS.first-container2 {
    font-size: 12px;
    color: slategrey;

}

.in-text {
    font-weight: 600;
    font-size: 10px;
    /* color: #3d3939; */

}

.departure-section-container {
    /* border: 1px solid rgba(0, 0, 0, 0.324); */
    margin: 0px 10px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    border-radius: 4px;
    /* border-top-right-radius: 0px;
    border-top-left-radius: 0px; */

}

.departure-section-children {
    padding: 10px;
    font-size: 10px;
    background-color: white;
    border-radius: 4px;
    /* color: #323232; */
}

.return-section-container {
    /* border: 1px solid rgba(0, 0, 0, 0.324); */
    margin: 0px 10px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    border-radius: 4px;
    /* border-top-right-radius: 0px;
    border-top-left-radius: 0px; */

}

.return-section-children {
    padding: 10px;
    font-size: 10px;
    background-color: white;
    border-radius: 4px;
    /* color: #323232; */
}


/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
.side-byside {
    display: flex;
    flex-direction: column;
    gap: 1px;
}

.aero1-parent {
    background-color: #0032A1;
    width: 46px;
    height: 28px;
    border-radius: 50%;
    margin-left: 20px;
}

.aero1 {
    width: 100%;
    border-radius: 50%;
    height: 26px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-items: center;

}

.PS-first-container2 {
    display: flex;
    gap: 10px;
    color: slategrey;
    justify-content: space-between;

    /* justify-content: center; */
}

.justify-right {
    /* display: flex;
    flex-direction: column;
    justify-items: center; */
    text-align: right;

}

.American-airlines {
    width: 85px;
}

.autoline {
    width: 70%;
}

.flight-details-flex {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
}


.flight-details-flex-no-top-padding {
    padding-top: 3px;
}

.time-flex {
    display: flex;
    flex-direction: column;
}

.small {
    color: slategray;
}

#left {
    text-align: right;

}

.simple {
    width: 25px;
    margin-left: 32px;
}

footer {
    background-color: #0032A1;
    padding: 20px;
    color: white;
    font-size: 14px;
}

.Emergency-Contact-header {
    font-size: 18px;
    font-weight: 600;
    padding: 10px 0px;
}

.user {
    display: flex;
    gap: 8px;
}

.phone {
    display: flex;
    gap: 8px;
}

.contact-details {
    display: flex;
    justify-content: space-between;
}

.parent-container {
    margin-top: 10px;

}

.Emergency-Contact {
    color: slategray;
    margin-bottom: 5;
}

.Emergency-information {
    display: flex;
    gap: 18px;
    justify-content: center;
    color: slategray;
}

.Emergency-information i {
    color: #0032A1;
}

.emergency-phone span {
    text-decoration: none !important;
    color: #0032A1 !important;
}